#Called upon gaining a level. Any commands can be entered here, but give
#would likely be useful


give("maxhp", rng(5, 5))
give("maxep", rng(2, 3))
give("skillpoints", 1)
if(give("attack", rng(1, 2)), "=", 1)
	info("You feel stronger.")
endif
if(give("defense", rng(1, 2)), "=", 1)
	info("You feel tougher")
endif
